home *** CD-ROM | disk | FTP | other *** search
/ World of Amiga / World of Amiga.iso / archive / 3d / radiance_bin.lha / bin / ra_iff < prev    next >
AmigaDOS Script File  |  1991-12-11  |  257b  |  13 lines

  1. .key -E/K,-G/K,PIC/A,IFF
  2. .bra {
  3. .ket }
  4. if "{IFF}" eq ""
  5.   set ilbmfile RAM:{PIC}.iff
  6. else
  7.   set ilbmfile {IFF}
  8. endif
  9. RAY:bin/ra_qrt -e {-E$-0} -g {-G$2.2} {PIC}.pic T:{PIC}.qrt
  10. RAY:bin/dumptoiff T:{PIC}.qrt $ilbmfile
  11. Delete >NIL: T:{PIC}.qrt
  12. unset ilbmfile
  13.